home *** CD-ROM | disk | FTP | other *** search
/ Power CD / Power CD ATARI-Rechner Lieben.iso / FALCON / CLOE / RING.DAT < prev    next >
Encoding:
Text File  |  1992-12-05  |  2.8 KB  |  141 lines

  1. // Ring.dat 
  2. // 
  3. // For CLOE v1.0
  4. // Copyright (c) 1992 Pierre.E Gougelet
  5. //
  6.  
  7. #COLOUR White                            {1.0 1.0 1.0}
  8. #COLOUR Red                                {1.0 0.0 0.0}
  9. #COLOUR Green                            {0.0 1.0 0.0}
  10. #COLOUR Blue                             {0.0 0.0 1.0}
  11. #COLOUR Yellow                         {1.0 1.0 0.0}
  12. #COLOUR Cyan                             {0.0 1.0 1.0}
  13. #COLOUR Magenta                        {1.0 0.0 1.0}
  14. #COLOUR Black                            {0.0 0.0 0.0}
  15. #COLOUR LightGray                    {0.658824  0.658824  0.658824}
  16.  
  17. #texture Terre
  18.   BOZO
  19.   turbulence      0.4
  20.   scale           {20.0 20.0 10.0}
  21.   cmap            0.0 {0.0 0.0 1.0} 0.6 {0.42 0.42 1.0}
  22.   cmap            0.6 {1.0 1.0 0.0} 0.69 {0.8 1.0 0.1}
  23.   cmap            0.69 {0.5 1.0 0.25} 0.92 {0.0 0.53 0.0}
  24.   cmap            0.92 {0.5 0.5 0.5} 1.001 {0.0 0.0 0.0}
  25. #end
  26.  
  27. #texture White_Marble
  28.   MARBLE
  29.   turbulence      1.0
  30.   scale           {10.0 10.0 10.0}
  31.   cmap            0.0 {1.0 1.0 1.0}        0.3 {1.0 1.0 1.0}
  32.   cmap            0.3 {1.0 1.0 1.0}        0.7 {0.6 0.6 0.6}
  33.   cmap            0.7 {0.45 0.45 0.45} 0.9 {0.3 0.3 0.3}
  34. #end
  35.  
  36. #texture Orange_Cloud
  37.   BOZO
  38.   turbulence      0.5
  39.   scale           {200 200 200}
  40.   cmap            0.0 {0.0 0.0 0.0}       0.2 {0.0 0.0 0.0}
  41.   cmap            0.2 {0.0 0.0 0.0}       0.9 {1.0 0.8 0.4}
  42.   cmap            0.9 {1.0 0.8 0.4} 1.001 {1.0 0.8 0.4}
  43. #end
  44.  
  45. #bump my_bump
  46.   BUMPS
  47.   amount  0.3
  48.   scale   {5.0 5.0 5.0}
  49. #end
  50.  
  51. #scene
  52.   width           100
  53.   height          100
  54.   location        {0 -10 -100}
  55.   lookat          {0 0 0}
  56.   up              {0 1 0}
  57.   angle           20
  58. #end
  59.  
  60. #light
  61.   PONCTUELLE
  62.   location        {0 -1000 -1000}
  63.   colour          White
  64. #end
  65.  
  66. #light
  67.   PONCTUELLE
  68.   location        {0 -1000 1000}
  69.   colour          White
  70. #end
  71.  
  72. #light
  73.   PONCTUELLE
  74.   location        {-1000 -1000 0}
  75.   colour          White
  76. #end
  77.  
  78. #light
  79.   PONCTUELLE
  80.   location        {1000 -1000 0}
  81.   colour          White
  82. #end
  83.  
  84. #object
  85.   #plane vertex {50 30 0} {-50 30 0} {50 30 500} #end
  86.   #surface
  87.     colour         LightGray
  88.     reflection    1.0
  89.     specular      1.0
  90.     shine         90
  91.     my_bump
  92.   #end
  93. #end
  94.  
  95. #object
  96.   #sphere
  97.     center          {0 0 2500}
  98.     radius          2000
  99.   #end
  100.   #surface
  101.     Orange_Cloud
  102.     ambient       0.7
  103.     diffuse       0.2
  104.     specular      1.0
  105.     shine         200
  106.   #end
  107. #end
  108.  
  109. #object
  110.   #ring
  111.     normal           {1 1 1}
  112.     radius           {32 45}
  113.     center           {0 -10 50}
  114.   #end
  115.   #surface
  116.     colour          White
  117.     ambient        0.5
  118.     diffuse        0.6
  119.     reflection     0.4
  120.     specular       1.0
  121.     shine          200
  122.     white_marble
  123.   #end
  124. #end
  125.  
  126. #object
  127.   #sphere
  128.     center            {0 -10 50}
  129.     radius            25
  130.   #end
  131.   #surface
  132.     colour           White
  133.     ambient         0.15
  134.     diffuse         0.6
  135.     reflection      0.0
  136.     specular        1.0
  137.     shine           200
  138.     Terre
  139.   #end
  140. #end
  141.